home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12172 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: jlilley@ix.netcom.com (John Lilley)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: create an interupt at the rate of 8 kHz in Windows
  5. Date: 18 Mar 1996 18:10:07 GMT
  6. Organization: Netcom
  7. Message-ID: <4ik8tv$14k@reader2.ix.netcom.com>
  8. References: <DoEuL4.KDK@tip.nl>
  9. NNTP-Posting-Host: den-co8-14.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-NETCOM-Date: Mon Mar 18 10:10:07 AM PST 1996
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <DoEuL4.KDK@tip.nl>, thehun@tip.nl says...
  16. >
  17. >I'm trying to program a sampler in Windows. This sampler is supposed
  18. >to receive data from a self-designed piece of hardware. I'm sampling
  19. >the voice (from a phone), so the frequency must be about 8 kHz. How do
  20. >I get windows to generate an interrupt at the rate of 8 kHz. Help
  21. >would be greatly appriciated! Thanks in advance.
  22.  
  23. This really belongs in a different group, but I would make the board
  24. drive the 8k sample rate and generate an interupt at that frequency,
  25. maybe even DMA it to the PC.  But why not just use sound card and
  26. make it easy?  A lot come with built-in telephony support...
  27.  
  28. john lilley
  29.  
  30.